type go/types.action

5 uses

	go/types (current package)
		check.go#L73: type action struct {
		check.go#L80: func (a *action) describef(pos positioner, format string, args ...any) {
		check.go#L134: 	delayed  []action              // stack of delayed action segments; segments are processed in FIFO order
		check.go#L194: func (check *Checker) later(f func()) *action {
		check.go#L196: 	check.delayed = append(check.delayed, action{f: f})